home *** CD-ROM | disk | FTP | other *** search
/ FANTA 97 / FANTA97A (backup).iso / FRONTPAG.98 / DATA.Z / arthead.htx < prev    next >
Text File  |  1997-09-26  |  2KB  |  60 lines

  1.  
  2. <html>
  3.  
  4. <head>
  5. <%if DoContentType EQ True%>
  6. <meta http-equiv="Content-Type" content="<%ContentType%>">
  7. <%endif%>
  8. <%if DoTheme EQ True%>
  9. <meta name="Microsoft Theme" content="<%Theme%>">
  10. <%endif%>
  11. <title><!-- LOCALIZE this title -->Included Article Header for <%DiscussionTitle%></title>
  12. </head>
  13.  
  14. <body <%if DoTheme EQ False%> stylesrc="../<%PageStyleSrc%>" <%endif%> >
  15.  
  16. <p> </p>
  17.  
  18. <%if FramesOption LT 2%><h1><%DiscussionTitle%></h1><%endif%>
  19.  
  20. <%if FramesOption LT 2%><p><%else%><p align="right"><%endif%>
  21.  [ 
  22.  
  23. <%if FramesOption LT 2%>
  24.  
  25. <%if DoTOC EQ True%>
  26.  
  27. <%if HomeOption EQ 1%>
  28. <a href="../<%HomePageUrl%>" target="_top"><!-- LOCALIZE this text -->Home</a> | 
  29. <%endif%>
  30.  
  31. <%if FramesOption EQ 1%>
  32. <a href="../<%FramesetPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Contents</a> | 
  33. <%else%>
  34. <a href="--WEBBOT-TOC-../<%ContentsPageUrl%>--" target="<%TopTarget%>"><!-- LOCALIZE this text -->Contents</a> | 
  35. <%endif%>
  36.  
  37. <%endif%>
  38.  
  39. <%if DoSearch EQ True%>
  40. <a href="../<%SearchPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Search</a> | 
  41. <%endif%>
  42.  
  43. <a href="../<%PostPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Post</a>
  44.  
  45. <%endif%>
  46.  
  47. <%if DoThreads EQ True%>
  48. <%if FramesOption LT 2%> | <%endif%>
  49. <a href="--WEBBOT-REPLY--" target="<%TopTarget%>"><!-- LOCALIZE this text -->Reply</a>
  50.  | <a href="--WEBBOT-NEXT--"><!-- LOCALIZE this text -->Next</a>
  51.  | <a href="--WEBBOT-PREV--"><!-- LOCALIZE this text -->Previous</a>
  52.  | <a href="--WEBBOT-UP--"><!-- LOCALIZE this text -->Up</a>
  53. <%endif%>
  54.  
  55.  ]
  56. </p>
  57. <%if FramesOption LT 2%><hr><%endif%>
  58. </body>
  59. </html>
  60.